/*
* @Author: insrc
* @Date:   2017-12-08 13:28:56
* @Last Modified by:   insrc
* @Last Modified time: 2017-12-12 14:20:35
*/
@font-face {
  font-family: 'iconfont';  /* project id 502182 */
  src: url('//at.alicdn.com/t/font_502182_lisz5smh1vewxw29.eot');
  src: url('//at.alicdn.com/t/font_502182_lisz5smh1vewxw29.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_502182_lisz5smh1vewxw29.woff') format('woff'),
  url('//at.alicdn.com/t/font_502182_lisz5smh1vewxw29.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_502182_lisz5smh1vewxw29.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
a:hover{
    text-decoration: none;
}
.img-max{
    width: 100%;
    height: auto;
}
/* 公共 */
.sm-block{
    display: none;
}
/* 头部 */
.tops{
    background: url(../images/top.jpg) no-repeat center;
}
.tops .top{
    height: 35px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.tops .top .left{
    font-size: 14px;
}
.tops .top .right span{
    font-weight: bold;
    font-size: 18px;
}
.navigation .navbar{
    padding: 0;
}
.navigation .nav{
    width: 100%;
}
.navigation .nav .nav-link{
    position: relative;
    line-height: 95px;
    color: #333;
    border-radius: 0;
}
.navigation .nav .nav-link:hover{
    color: #fff;
    background-color: #ff6d00;
}
.navigation .nav .nav-link:after{
    content: "";
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 20%;
    left: calc(50% - 10px);
}
.navigation .navbar{
    position: unset;
}
.navigation .nav-item{
    position: relative;
}
.navigation .nav-item .nav-dropdown{
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    display: flex;
    justify-content: center;
}
.navigation .nav-item:hover .nav-dropdown{
    visibility: visible;
}
.navigation .nav-item .nav-dropdown .flists{
    padding: 15px;
    background-color: #fff;
}
.navigation .nav-item .nav-dropdown .flists .title{
    color: #fff;
    background-color: #ff6d00;
    padding: 5px;
}
.navigation .nav-item .nav-dropdown .list{
    padding: 10px 30px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width:151px;
}
.navigation .nav-item .nav-dropdown .list:last-child{
    border-bottom: 0;
}
.navigation .nav-item .nav-dropdown .list a{
    color: #333;
}
.navigation .nav-item .nav-dropdown .wlists{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* //头部 */
/* 底部 */
.footer{
    margin-top: 50px;
    background-color: #333333;
    padding: 50px;
}
.footer .title{
    padding: 0 15px;
    background-color: #ff6d00;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 50px;
}
.footer .title .nav{
    padding: 10px 15px;
}
.footer .title .nav .nav-link{
    padding: 0 15px;
    color: #fff;
    border-left: 1px solid #fff;
}
.footer .title .nav .nav-link:first-child{
    border-left: 0;
}
.footer .info{
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
}
.footer .info .l{
    text-align: left;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.footer .info .c{
    text-align: center;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.footer .info .r{
    text-align: right;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.footer .info .ename{
    color: #fff;
    font-weight: bold;
    font-size: 21px;
}
.footer .info .cname{
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
}
.footer .info .icon{
    width: 17px;
    height: 2px;
    background-color: #ff6d00;
    display: inline-block;
    margin-bottom: 15px;
}
.footer .info .c .icon{
    background-color: #333333;
}
.footer .info .l li{
    font-size: 12px;
    line-height: 28px;
    letter-spacing:1px;
    color: rgba(255,255,255,.6);
}
.footer .info .l li .num{
    font-size: 24px;
    line-height: 54px;
    white-space: nowrap;
}
.footer .info .c img{ 
    vertical-align: top;
    margin: 0 10px;
}
@media(max-width: 1250px) {
.footer .info .c img {
    display: block;
    margin: 0 auto;
}
.footer .info .c img.yyzz {
   display: none;
}
}
.footer .info .c .skip{
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    min-width: 134px;
    padding: 5px 0;
    margin-top: 15px;
    background-color: #ff6d00;
    box-shadow: 0px 2px 1px 0px rgba(1, 1, 1, 0.26);
}
.footer .info .r ul{
    width: 60%;
    margin-left: auto;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}
.footer .info .r li{
    font-size: 14px;
    flex: 0 0 50%;
    max-width: 50%;
}
.footer .info .r li a{
    color: #fff;
    line-height: 28px;
}
.sjfoot{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    background-color: #ff6d00;
}
.sjfoot a{
    color: #ffffff;
    display: block;
    text-align: center;
    padding: 10px 0;
}
/* //底部 */
/* //公共 */
/* index */
.index .banner .banners{
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
}
.index .banner .banner1{
    background-image: url(/uploadfile/202004/28/912488305.jpg);
}
.index .banner .banner2{
    background-image: url(/uploadfile/202004/28/912277977.jpg);
}
.index .banner .banner3{
    background-image: url(../images/3.jpg);
}
.index .abouts{
    background: url(../images/abouts.jpg) no-repeat center top;
}
.index .abouts .about{
    padding: 80px 0;
}
.index .abouts .about .cname{
    text-align: center;
}
.index .abouts .about .cname span{
    padding: 5px 15px;
    border-top: 1px solid #ff6d00;
    border-bottom: 1px solid #ff6d00;
    font-size: 25px;
    color: #ff6d00;
}
.index .abouts .about .ename{
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
}
.index .abouts .about .info{
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    /*text-align: center;*/
    padding: 15px 0;
}
.index .abouts .about .more{
    text-align: center;
}
.index .abouts .about .more a{
    padding: 7px 15px;
    display: inline-block;
    border: solid 1px #ff6d00;
    font-size: 14px;
    color: #000033;
}
.index .abouts .about .lists{
    margin-top: 30px;
    background-color: #fff;
    padding:60px;
    padding-bottom: 0;
}
.index .abouts .about .lists .list span{
    color: #fff;
    background-color: #5a5a5a;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
.index .abouts .about .lists .list:hover span{
    background-color: #ff6d00;
}
.index .abouts .about .lists .list span .iconfont{
    padding-right: 5px;
    font-size: 20px;
}
/* 产品展示 */
.index .products .title{
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background-color: #ff6d00;
    font-size: 22px;
    line-height: 25px;
}
.index .products .title .cname{
    padding: 0 15px;
    display: inline-block;
    position: relative;
}
.index .products .title .cname:before{
    content: "";
    position: absolute;
    right: 100%;
    top: 12px;
    width: 100px;
    height: 1px;
    background-color: #fff;
}
.index .products .title .cname:after{
    content: "";
    position: absolute;
    left: 100%;
    top: 12px;
    width: 100px;
    height: 1px;
    background-color: #fff;
}
.index .products .list{
    padding: 30px 0;
}
.index .products .list .col-md-6{
    padding: 15px 5px;
}
.index .products .list .img-max{
    height: 320px;
}
.index .products .list .col-md-6 .row{
    margin-right: 0;
    margin-left: 0;
}
.index .products .list .col-md-6 .row .col-md-6{
    padding-top: 0;
    padding-bottom: 0;
}
.index .products .pack{
    display: block;
}
.index .products .pack .info{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #5a5a5a;
    height: 55px;
    margin-top: 15px;
}
.index .products .pack .info .name{
    color: #5a5a5a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65%;
}
.index .products .pack .info .skip{
    background-color: #5a5a5a;
    border-radius: 5em;
    color: #fff;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 30%;
    padding: 3px 0;
    text-align: center;
    font-size: 12px;
}
.index .products .pack .info .skip .iconfont{
    font-size: 12px;
    margin-left: 5px;
    margin-top: 3px;
}
.index .products .pack:hover .info .skip{
    background-color: #ff6d00;
}
.index .products .pack:hover .info{
    border-bottom-color: #ff6d00;
}
.index .products .recommend .name{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.index .products .recommend .name .skip{
    background-color: #ff6d00;
    border-radius: 5em;
    color: #fff;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3px 15px;
}
.index .products .recommend .body{
    padding: 30px 0;
    overflow: hidden;
}
.index .products .recommend .body .pack{
    width: 270px;
}
.index .products .recommend #recommend{
    height: 320px;
    overflow: hidden;
}
.index .products .recommend .body ul{
    min-width: 9999px;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.index .products .recommend .body ul li{
    float: left;
    margin-right: 30px;
}
/* 主推产品 */
.index .hots .icon{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #ff6d00;
    padding: 10px 0;
}
.index .hots .body{
    background: url(../images/hots.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.index .hots .body .title{
    text-align: center;
    margin-bottom: 50px;
}
.index .hots .body .content .c{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.index .hots .body .content .li{
    width: 100%;
    padding: 15px 0;
}
.index .hots .body .content .li img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
}
.index .hots .body .content .li .pack{
    width: 100%;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
}
.index .hots .body .content .li .pack span{
    display: block;
}
.index .hots .body .content .li .pack .info{
    width: 200px;
    padding: 0 15px;
}
.index .hots .body .content .li .pack .name{
    font-size: 20px;
    color: #ff6d00;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index .hots .body .content .li .pack .describe{
    font-size: 12px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index .hots .body .content .l .li .pack .info{
    text-align: right;
}
.index .hots .body .content .r .li .pack .info{
    text-align: left;
}
.index .hots .body .content .l .li:nth-child(2) img{
    margin-right: 30px;
}
.index .hots .body .content .r .li:nth-child(2){
    margin-left: 30px;
}
/* 案例 */
.index .cases .titles{
    border-bottom: 1px solid #d6d5d5;
    padding: 30px 0;
}
.index .cases .titles .title{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.index .cases .case{
    padding: 50px 0;
}
.index .cases .case .pack{
    display: block;
    border-bottom: 1px solid #a1a1a1;
}
.index .cases .case .pack .img{
    position: relative;
}
.index .cases .case .pack .info .name{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 15px;
}
.index .cases .case .pack .info .describe{
    font-size: 12px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 5px;
    padding-bottom: 15px;
}
.index .cases .case .pack .popups{
    visibility: hidden;
    width: 80%;
    height: 80%;
    padding: 15px;
    position: absolute;
    top: 10%;
    left: 10%;
    background-color: #fff;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 3px solid #ff6d00;
}
.index .cases .case .pack .popups .name{
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.index .cases .case .pack .popups .describe{
    font-size: 12px;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index .cases .case .pack .popups .skip{
    color: #fff;
    padding: 5px 15px;
    margin-top: 30px;
    background-color: #ff6d00;
}
.index .cases .case .pack:hover .info{
    visibility: hidden;
}
.index .cases .case .pack:hover{
    border-bottom-color: #fff;
}
.index .cases .case .pack:hover .popups{
    visibility: visible;
    display: flex;
}
/* 口号 */
.index .ad{
    height: 245px;
    background: url(/uploadfile/202004/28/91288165.jpg) no-repeat center;
}
/* 新闻 */
.index .news .title{
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    justify-content: space-between;
    margin: 50px 0;
}
.index .news .title .nav-link{
    border-radius: 0;
    font-size: 16px;
    color: #000000;
    border: solid 1px #a1a1a1;
    margin-left: 5px;
    padding-left: 30px;
    padding-right: 30px;
}
.index .news .title .nav-link.active{
    color: #fff;
    background-color: #ff6d00;
    border: solid 1px #ff6d00;
}
.index .news .tab-content .l{
    display: block;
}
.index .news .tab-content .l .img{
    width: 100%;
    height: 270px;
}
.index .news .tab-content .l .info{
    padding: 30px 15px;
    background-color: #f4f4f4;
}
.index .news .tab-content .l .info .t{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.index .news .tab-content .l .info .t .time{
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    justify-content: flex-start;
}
.index .news .tab-content .l .info .t .time .day{
    font-size: 26px;
    line-height: 33px;
    color: #ff6d00;
    font-weight: bold;
    padding-right: 10px;
}
.index .news .tab-content .l .info .t .time .year{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.index .news .tab-content .l .info .t .skip{
    border: solid 1px #333333;
    font-size: 10px;
    color: #333333;
}
.index .news .tab-content .l .info .name{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 15px 0;
}
.index .news .tab-content .l .info .describe{
    font-size: 12px;
    color: #666666;
}
.index .news .tab-content .r .list{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    color: #333333;
    border-top: 1px solid #e0e0e0;
    padding: 20px 0;
}
.index .news .tab-content .r .list:hover{
    color: #ff6d00;
}
.index .news .tab-content .r .list:first-child{
    padding-top: 0;
    border-top: 0;
}
.index .news .tab-content .r .list .name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
}
/* //index */

.sitepath{
    color: #fff;
    background-color: #ff6d00;
    padding: 10px 15px;
    margin-bottom: 50px;
}
.sitepath a{
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}
.sitepath a:hover{
    color: rgba(255,255,255,.6);
}
.listpage{
    margin-top: 50px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.channel .banner,
.subd .banner,
.article .banner{
    height: 350px;
    margin-bottom: 50px;
    background: url(/uploadfile/202004/28/924277665.jpg) no-repeat center;
}
/* channel */
.channel .body .nav{
    justify-content: space-around;
}
.channel .body .nav .nav-link{
    color: #000;
    padding: .5rem 1rem;
}
.channel .body .nav .nav-link.active{
    color: #fff;
    background-color: #ff6d00;
}
/* //channel */

/* list */
/* 阵型列表 */
.subd .body .list .skip{
    display: block;
    border:1px solid #d8d8d8;
    margin-bottom: 30px;
}
.subd .body .list .skip img,
.subd .body .list .skip span{
    display: block;
}
.subd .body .list .skip span{
    line-height: 20px;
}
.subd .body .list .skip .name{
    text-align: center;
    color: #000;
    padding:10px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.subd .body .list .skip .time{
    text-align: right;
    color: #9E9E9E;
    padding: 0 10px;
    padding-bottom: 5px;
}
.subd .body .list .skip:hover span{
    color: #fff;
    background-color: #ff6d00;
}
/* 竖型列表 */
.subd .body-c .list .skip{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    color: #000;
    border-bottom: 1px #dddddd dashed;
}
.subd .body-c .list .skip:hover{
    color:rgba(0,0,0,.5);
}
.subd .body-c .list .skip .name:before{
    content: ">";
    padding-right: 10px;
}
/* //list */

/* article */
.article .body .title{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}
.article .body .content p{
    text-indent: 2em!important;
}
.article .body .content img{
    max-width: 100%!important;
}
.article .body .content table{
    width: 100%!important;
}
.article .body .content table tr:hover{
    color: #fff!important;
    background-color: #ff6d00!important;
}
.article .prenext{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
/* //article */
